PropertyCollection Class |
Namespace: Independentsoft.Webdav
The PropertyCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| PropertyCollection |
Initializes a new instance of the PropertyCollection.
|
| Name | Description | |
|---|---|---|
| Capacity | (Inherited from CollectionBase.) | |
| Count | (Inherited from CollectionBase.) | |
| InnerList | (Inherited from CollectionBase.) | |
| ItemInt32 |
Gets or sets the entry with the specified key in the collection.
| |
| ItemPropertyName |
Gets or sets the element at the specified index.
| |
| List | (Inherited from CollectionBase.) |
| Name | Description | |
|---|---|---|
| Add(Property) |
Adds a property to the collection.
| |
| Add(PropertyCollection) |
Adds a PropertyCollection to the collection.
| |
| Clear | (Inherited from CollectionBase.) | |
| Contains |
Determines whether a property is in the collection.
| |
| CopyTo |
Copies the entire PropertyCollection to a compatible one-dimensional Property array, starting at the specified index of the target array.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | (Inherited from CollectionBase.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IndexOf |
Searches for the specified Property and returns the zero-based index of the first occurrence within the entire collection.
| |
| Insert |
Inserts an element into the collection at the specified index.
| |
| MemberwiseClone | (Inherited from Object.) | |
| OnClear | (Inherited from CollectionBase.) | |
| OnClearComplete | (Inherited from CollectionBase.) | |
| OnInsert | (Inherited from CollectionBase.) | |
| OnInsertComplete | (Inherited from CollectionBase.) | |
| OnRemove | (Inherited from CollectionBase.) | |
| OnRemoveComplete | (Inherited from CollectionBase.) | |
| OnSet | (Inherited from CollectionBase.) | |
| OnSetComplete | (Inherited from CollectionBase.) | |
| OnValidate | (Inherited from CollectionBase.) | |
| Remove |
Removes the first occurrence of a specific property from the collection.
| |
| RemoveAt | (Inherited from CollectionBase.) | |
| ToString |
Returns a String that represents the current PropertyCollection.
(Overrides ObjectToString.) |